set django static root

28

set django static root -

# Setting Static Root
STATIC_ROOT = os.path.join(BASE_DIR, "static/")

Comments

Submit
0 Comments